home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / CHIP Ekim 1996.iso / prog / ter400 / tlan_001.exe / CODE850.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-04-19  |  279 b   |  12 lines

  1. @echo off
  2. Cls
  3. Echo  
  4. Echo This will convert all the *.HLP files to codepage 850
  5. Echo Please remember that you can not convert back, so keep a backup
  6. Echo Press CTRL-C to stop now
  7. Echo  
  8. Pause
  9.  
  10. for %%a in (*.hlp) do ..\utils\text_xlt ..\phone\code850.xlt %%a in erase
  11.  
  12.